orEmpty

fun <T> Option<T>.orEmpty(f: (T) -> String): String(source)

Will return an empty string if the Optional value supplied is None